home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / mailc / multi32._m_ < prev    next >
Encoding:
Text File  |  1998-09-14  |  395 b   |  19 lines

  1. #
  2. # Microsoft makefile for MULTI [Win32]
  3. # Requires SEE32.DLL & SEE32.LIB
  4. #
  5. # To use: "nmake multi_32._m_"
  6. #
  7.  
  8. !include <win32.mak>
  9.  
  10. CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
  11.  
  12. multi.exe: multi.obj see32.lib
  13.   link $(conlflags) multi.obj -out:multi.exe $(conlibs) see32.lib user32.lib kernel32.lib user32.lib 
  14.  
  15. multi.obj: multi.c see.h
  16.    cl $(cflags) $(cvars) multi.c
  17.  
  18.  
  19.